home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / graphics / 1143 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.uni-c.dk!inet!perjac
  2. From: perjac@inet.uni-c.dk (Per Jacobsen)
  3. Newsgroups: comp.sys.amiga.graphics
  4. Subject: Re: GIF89a support in ADPro? Standalone util?
  5. Date: 11 Feb 1996 02:41:49 GMT
  6. Organization: The Shadows' Parking lot
  7. Message-ID: <4fjl1d$abo@news.uni-c.dk>
  8. References: <fulldog-0102960055080001@167.114.251.5>
  9. NNTP-Posting-Host: inet.uni-c.dk
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Victor Vargas G. (fulldog@tag01.acnet.net) wrote:
  13. > I need some Amiga utility or module for ADPro that saves files in GIF89a
  14.  
  15. It's a pity ADSG never released a developers kit...
  16.  
  17. > (interlaced, transparent) format for Web page design.
  18.  
  19. There is a program called GFXLAB24 on aminet which has a gui, alas it 
  20. also has some bugs and causes a lot of enforcer hits.
  21.  
  22. But a quick shell tool is:
  23.  
  24. /pub/aminet/gfx/misc/giftool.lha
  25.  
  26. If you set it up in DOpus or something similar it's quick to convert a 
  27. whole directory. The syntax while decidedly unix is rather simple:
  28.  
  29. giftool -1 -B -i <filename>
  30.  
  31. Will convert <filename> to an interlaced gif with the first colour as the 
  32. transparent one.
  33.  
  34.  
  35.  
  36.